Replace an explicit pkg-config by $PKG_CONFIG. (#168074, Hans-Wolfgang
authorMatthias Clasen <mclasen@redhat.com>
Thu, 7 Apr 2005 06:15:12 +0000 (06:15 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 7 Apr 2005 06:15:12 +0000 (06:15 +0000)
2005-04-07  Matthias Clasen  <mclasen@redhat.com>

* configure.in: Replace an explicit pkg-config by
$PKG_CONFIG.  (#168074, Hans-Wolfgang Loidl)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
configure.in

index bf82f47c126b69b20dce1d7f324d0de11fd27d6d..713131c9a5492e0a55a472d4c2ba22b963cdc76b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-04-07  Matthias Clasen  <mclasen@redhat.com>
 
+       * configure.in: Replace an explicit pkg-config by 
+       $PKG_CONFIG.  (#168074, Hans-Wolfgang Loidl)
+       
        * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): 
        Ignore regions which fall completely outside the line.  
        (#165862, Felipe Heidrich)
index bf82f47c126b69b20dce1d7f324d0de11fd27d6d..713131c9a5492e0a55a472d4c2ba22b963cdc76b 100644 (file)
@@ -1,5 +1,8 @@
 2005-04-07  Matthias Clasen  <mclasen@redhat.com>
 
+       * configure.in: Replace an explicit pkg-config by 
+       $PKG_CONFIG.  (#168074, Hans-Wolfgang Loidl)
+       
        * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): 
        Ignore regions which fall completely outside the line.  
        (#165862, Felipe Heidrich)
index bf82f47c126b69b20dce1d7f324d0de11fd27d6d..713131c9a5492e0a55a472d4c2ba22b963cdc76b 100644 (file)
@@ -1,5 +1,8 @@
 2005-04-07  Matthias Clasen  <mclasen@redhat.com>
 
+       * configure.in: Replace an explicit pkg-config by 
+       $PKG_CONFIG.  (#168074, Hans-Wolfgang Loidl)
+       
        * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): 
        Ignore regions which fall completely outside the line.  
        (#165862, Felipe Heidrich)
index fec169aa1eb1a0ee7fb05ae6f37e535fb925615a..69ab1860a11f1f92a724337dbd083a5d55564b24 100644 (file)
@@ -1084,7 +1084,7 @@ if test "x$gdktarget" = "xx11"; then
   
   if test $pango_omitted_x_deps = yes ; then
     # Old versions of Xft didn't necessarily include -lX11 in the output
-    x_libs="`pkg-config --libs xft` -lX11 $X_EXTRA_LIBS"
+    x_libs="`$PKG_CONFIG --libs xft` -lX11 $X_EXTRA_LIBS"
   fi           
 
   ## Strip the .la files